-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add helm chart prom-rds-exporter #220
Conversation
Can we define cross-account role for RDS-Exporter..? Is it supportable? |
I only have one account so I've never tried this. You can try it with cross-account role. In theory, the role for the exporter only needs to ensure the policies as in the README I wrote. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from rds_exporter configuration side. @tplavcic can someone from Cloud Native team review from K8s perspective?
# hosts: | ||
# - chart-example.local | ||
|
||
securityContext: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
securityContext is duplicated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @egegunes
Thanks for comment. I've updated the chart and also check helm lint
from my locally. Please verify again. Thanks.
Hi,
If you guys can take few mins to review and approve it. I think it's will be more convenience for the other guys when using it.
Thanks.
PS: my old PR percona/rds_exporter#89